@charset "UTF-8";
@font-face {
  font-family: "Miso";
  src: url("/toraco/fonts/miso-bold.eot");
  src: url("/toraco/fonts/miso-bold.eot?#iefix") format("embedded-opentype"), url("/toraco/fonts/miso-bold.woff2") format("woff2"), url("/toraco/fonts/miso-bold.woff") format("woff"), url("/toraco/fonts/miso-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Miso";
  src: url("/toraco/fonts/miso-regular.eot");
  src: url("/toraco/fonts/miso-regular?#iefix") format("embedded-opentype"), url("/toraco/fonts/miso-regular.woff2") format("woff2"), url("/toraco/fonts/miso-regular.woff") format("woff"), url("/toraco/fonts/miso-regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Miso";
  src: url("/toraco/fonts/miso-light.eot");
  src: url("/toraco/fonts/miso-light?#iefix") format("embedded-opentype"), url("/toraco/fonts/miso-light.woff2") format("woff2"), url("/toraco/fonts/miso-light.woff") format("woff"), url("/toraco/fonts/miso-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* ********************************************************
  共通初期化CSS
******************************************************** */
html, body, div, header, footer, article, section, aside, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: none;
}

ol, ul, li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
  outline: 0;
}

@media print {
  body {
    zoom: 60%;
  }
}
.mainTitle {
  text-align: center;
  width: 260px;
  margin: -110px auto 0 auto;
}
.mainTitle img {
  width: 100%;
  height: auto;
}

.deco {
  position: absolute;
}
.deco img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .mainTitle {
    margin-top: -60px;
    width: 160px;
  }
}
.intro {
  position: relative;
}
.intro h3.subTitle {
  text-align: center;
  width: 100px;
  margin: 20px auto;
}
.intro h3.subTitle img {
  width: 100%;
  height: auto;
}
.intro p.lead {
  text-align: center;
  width: 730px;
  margin: 20px auto 40px auto;
}
.intro p.lead img {
  width: 100%;
  height: auto;
}
.intro #deco01 {
  top: 124px;
  left: 110px;
  width: 150px;
}
.intro #deco02 {
  top: 130px;
  right: 130px;
  width: 140px;
}

@media screen and (max-width: 767px) {
  .intro h3.subTitle {
    width: 80px;
    margin: 30px auto;
  }
  .intro p.lead {
    width: 96%;
  }
  .intro p.lead img {
    width: 100%;
    height: auto;
  }
  .intro .deco {
    display: none;
  }
}
nav.pNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  margin: 0 auto 60px auto;
}
nav.pNav ul.mg02 {
  width: 560px;
}
nav.pNav ul.mg02 li {
  width: 160px;
}
nav.pNav ul.mg02 li a {
  display: block;
  position: relative;
}
nav.pNav ul.mg02 li a img {
  width: 100%;
  height: auto;
}
nav.pNav ul.mg02 li a::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: auto;
  bottom: -30px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 15px solid #000000;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  nav.pNav ul {
    margin: 0 2% 30px 2%;
  }
  nav.pNav ul.mg02 {
    width: auto;
  }
  nav.pNav ul.mg02 li {
    width: 32%;
    max-width: 140px;
  }
  nav.pNav ul.mg02 li a {
    display: block;
    position: relative;
  }
  nav.pNav ul.mg02 li a::after {
    bottom: -24px;
    border-top: 12px solid #000000;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-radius: 2px;
  }
}
article.page {
  position: relative;
  width: 866px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 40px 0;
  background: #fffdd9;
}
article.page h3 {
  text-align: center;
  margin: 0 0 10px 0;
}
article.page h3 img {
  height: 76px;
  width: auto;
}
article.page .photo {
  width: 560px;
  margin: 20px auto 0 auto;
}
article.page .photo img {
  width: 100%;
  height: auto;
}
article.page#point1 #deco03 {
  width: 120px;
  right: -40px;
  top: 170px;
}
article.page#point1 #deco04 {
  width: 140px;
  left: -50px;
  top: 420px;
}
article.page#point2 #deco05 {
  width: 140px;
  left: 0;
  top: 400px;
}
article.page#point2 #deco06 {
  width: 130px;
  right: 20px;
  top: 10px;
  -webkit-transform: rotate(-200deg);
          transform: rotate(-200deg);
}
article.page#point3 {
  padding-bottom: 80px;
}
article.page#point3 #deco07 {
  width: 130px;
  right: -70px;
  top: 240px;
}
article.page#point3 #deco08 {
  width: 160px;
  left: -40px;
  top: 490px;
  -webkit-transform: rotate(-160deg);
          transform: rotate(-160deg);
}

@media screen and (max-width: 767px) {
  article.page {
    width: auto;
    padding: 40px 0 0 0;
  }
  article.page .deco {
    display: none;
  }
  article.page h3 {
    text-align: center;
    margin: 0 0 20px 0;
  }
  article.page h3 img {
    height: 60px;
    width: auto;
  }
  article.page .photo {
    width: auto;
    margin: 0;
  }
  article.page#point3 {
    padding-bottom: 50px;
  }
}
.outro {
  position: relative;
  text-align: center;
  width: 866px;
  margin: 0 auto;
}
.outro p.text {
  font-size: 24px;
  line-height: 1.8;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 60px auto;
}
.outro #deco09 {
  width: 130px;
  top: 0;
  left: 20px;
}
.outro #deco10 {
  width: 120px;
  top: 80px;
  right: 40px;
}

@media screen and (max-width: 767px) {
  .outro {
    width: auto;
    margin: 0 auto;
  }
  .outro p.text {
    font-size: 16px;
    margin: 80px auto 40px auto;
  }
  .outro #deco09 {
    width: 70px;
    top: -55px;
    left: 10px;
  }
  .outro #deco10 {
    width: 70px;
    top: auto;
    bottom: 60px;
    right: 20px;
  }
}
/*# sourceMappingURL=magazine_beginner.css.map */